home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / setup.exe / 0 / RCDATA / TMSGBOX / TMSGBOX.txt
Text File  |  1997-01-03  |  1KB  |  66 lines

  1. object msgbox: Tmsgbox
  2.   Left = 272
  3.   Top = 250
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 193
  7.   ClientWidth = 241
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 225
  19.     Height = 145
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 209
  26.     Height = 129
  27.     AutoSize = False
  28.     Caption = 'Label1'
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object Button1: TButton
  37.     Left = 160
  38.     Top = 160
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     TabOrder = 0
  43.     OnClick = Button1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 40
  47.     Top = 160
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Yes'
  51.     TabOrder = 1
  52.     Visible = False
  53.     OnClick = Button2Click
  54.   end
  55.   object Button3: TButton
  56.     Left = 128
  57.     Top = 160
  58.     Width = 75
  59.     Height = 25
  60.     Caption = '&No'
  61.     TabOrder = 2
  62.     Visible = False
  63.     OnClick = Button3Click
  64.   end
  65. end
  66.